Skip to content

Tag created socket on Android - #527

Closed
jschmid wants to merge 1 commit into
crossbario:masterfrom
jschmid:tag-socket
Closed

Tag created socket on Android#527
jschmid wants to merge 1 commit into
crossbario:masterfrom
jschmid:tag-socket

Conversation

@jschmid

@jschmid jschmid commented Aug 11, 2021

Copy link
Copy Markdown

This PR fixes #519

The warning does not appear on Android anymore.

Building the aar still works from Android Studio.

Running make build works fine a generates a lib.

I am not sure however about the import android.net.TrafficStats;. I would say that if it compiles, it should run, but I did/could not test the Netty version.

@om26er

om26er commented Aug 11, 2021

Copy link
Copy Markdown
Contributor

Thanks for the PR. Our WebSocket implementation is not dependent on Android and your PR adds that dependency, so we need a different approach, Can you look at https://github.com/crossbario/autobahn-java/blob/master/autobahn/src/main/java/io/crossbar/autobahn/websocket/utils/Platform.java and come up with a similar approach ?

@oberstet oberstet closed this Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Autobahn does not comply with Android Strict Mode

3 participants